花费 6 ms
Unity协程使用经验

【Unity协程使用经验】 1、协程的好处是,异步操作发起的地方和结束的地方可以统一在一个方法,这样就不用引入额外的成员变量来进行状态同步。 2、在一个协程中,StartCoroutine()和 ...

Tue Oct 21 20:22:00 CST 2014 0 6659
ExecuteInEditMode

【ExecuteInEditMode】   当我们为MonoBehavior定义了[ExecuteInEditMode]后,我们需要关心Awake和Start在编辑器中的执行状况。   1、当该M ...

Thu Jul 10 04:11:00 CST 2014 0 5542
Graphics.Blit

【Graphics.Blit】   需求注意第4个参数,用4个参数pass用于指定使用哪一个pass。默认值为-1,即使用所有的pass。       参考:file:///C:/Progra ...

Wed Dec 17 17:44:00 CST 2014 0 2335
Unity加载二进制数据

【Unity加载二进制数据】   The first step is to save your binary data file with the ".bytes" extension. unity ...

Fri Feb 06 05:12:00 CST 2015 0 2109

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM